home *** CD-ROM | disk | FTP | other *** search
- -- card: 2498 from stack: in
- -- bmap block id: 6145
- -- flags: 0000
- -- background id: 2098
- -- name:
- ----- HyperTalk script -----
- on opencard
- hide menubar
- put the ticks into timeout
- repeat
- if (the ticks - timeout) is 250 then
- put "Click on the largest planet to start"
- wait 4 seconds
- hide msg
- exit opencard
- end if
- end repeat
- end opencard
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=234 top=118 right=135 bottom=256
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom open
- go to card id 4352 of stack "Lost in Space!!"
- end mouseUp
-
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=28 top=145 right=158 bottom=42
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-